/* Links and Fonts */

A {
	font-family: Century Gothic, Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
}

A:link {
	text-decoration: none;
	color: #000000;
	}

A:active {
	text-decoration: none;
	color: #000000;
	}

A:visited {
	text-decoration: none;
	color: #000000;
	}
	
A:hover {
	text-decoration: underline;
	color: #000000;
	}
	
H1, H2, H3, H4, H5, H6 {
	font-family: Century Gothic, Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;;
	margin: 1em 0 0.3em 0;
}

H1 {
	margin: 0.3em 0 0.5em 0;
	text-align: left;
	font-size: 30px;
}

p {
	color: #000000;
	margin: 0.3em 0 0.9em 0;
	font-size: 11px;
}

strong {
	font-weight: bold;
	font-size: 105%;
}



/* Images */

img {

}





/* Overall Structure */
	
body {
	background: #53a8ff;
	margin: 0;
	font: 11px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-weight: normal;
	line-height: 2.0em;
	color: #000000;
	text-align: center;
}

#page {
	width: 600px;
	margin: 30px auto 0 auto;
	padding: 0;
}


#pagecontent {

}

.clear {
	clear:both;
	margin: 0;
	padding: 0;
}

.separator {
	width: 90%;
	border-top: 1px solid #fff;
	margin: 1em auto 0 auto;
	text-align: center;
	clear: both;
}




/* Header */

#header {
	margin: 0px auto 0px auto;
}


#headercontent {
	text-align: center;
	
	padding: 0 0 20px 0;
	margin: 0;
	border: 0;
}

#logo {
	border: 0;
	margin: 0 auto;
	width: 292px;
	height: 248px;
	background: url(images/logo.png) top left no-repeat;
}


#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	float: right;
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.9em;
	text-decoration: none;
	
	padding: 0 4px 0 4px;
}

#nav a:hover {
	display: block;
	
	text-decoration: none;
}



/* Main Content */
	
#main {
	margin: 0 auto;
	background: #aedeff;
}

#maincontent {
	padding: 10px 25px 10px 25px;
	text-align: center;
}

.halfcolumn {
	width: 49%;
	float: left;
}

.hours {
	width: 250px;
	margin: 0 auto;
}

.day {
	padding: 0 2em 0 0;
	text-align: right;
}

.time {
	padding: 0 2em 0 0;
	text-align: left;
}




/* Footer */
	
.standardfooter {

}

.standardfootercontent {

}

.subfooter {

}

.subfootercontent {

}

#footer {
	margin: 0 auto 10px auto;
}

#footercontent {
	padding: 30px 30px 10px 30px;
}

.footertext {
	font-size: 10px;
	text-align: center;
}


